ostree.git
2011-11-25 Colin Waltersgnomeos: Add ncurses to base
2011-11-25 Colin Walterscore: Minor code cleanup
2011-11-25 Colin Waltersostbuild: Rename osbuild to ostbuild, clean up old...
2011-11-22 Colin Walterscore: Ad ot_clear_gvariant(), use it
2011-11-22 Colin Waltersgnomeos: Make python actually work, install bash by...
2011-11-22 Colin Walterscore: A bit more daemon work
2011-11-21 Colin Walterscore: Move merge dirs code into gio utils
2011-11-21 Colin Walterscore: Stub out a system daemon
2011-11-21 Colin Waltersgnomeos: Check out both -base and -dev roots
2011-11-21 Colin Waltersostree-init: Also trim trailing newline from arguments
2011-11-21 Colin WaltersTODO: Update
2011-11-19 Colin Waltersgnomeos: Add -x86 tag to builds
2011-11-19 Colin Walterscore: Rework argument parsing
2011-11-19 Colin Waltersgnomeos: local-clone into built image
2011-11-19 Colin Walterscore: Ensure data is properly initialized
2011-11-18 Colin Walterscore: Add local-clone builtin
2011-11-18 Colin Walterscore: Also chown() after unpacking objects
2011-11-18 Colin Walterscore: Switch to GFile* for unpacking and storing objects
2011-11-18 Colin Walterscore: Expose API to get repository tmpdir
2011-11-18 Colin Walterscore: Rework object iteration API to be GFile based...
2011-11-18 Colin Walterscore: Skip an unnecessary unlink() call
2011-11-18 Colin Walterscore: Have single "overwrite" flag instead of ignore_ex...
2011-11-18 Colin Walterscore: Convert public get_object_path() to GFile*
2011-11-18 Colin Walterscore: More cleanup of GIO utility API
2011-11-18 Colin Walterscore: Use ot_gfile_ prefix for new local GFile creation...
2011-11-18 Colin Walterscore: Remove last user of g_file_new()
2011-11-18 Colin Walterscore: Add checksum builtin
2011-11-18 Colin Walterscore: Make checksum API also operate on directories
2011-11-18 Colin Walterscore: CHANGE CHECKSUM ALGORITHM, port checksum API...
2011-11-17 Colin Walterscore: Convert metadata parsing API to GFile
2011-11-17 Colin Walterscore: Use GFile for xattr API
2011-11-17 Colin Waltersgnomeos: Have commit-yocto-build make more assumptions
2011-11-17 Colin Walterscore: Use ot_gfile_get_path_cached() pervasively
2011-11-17 Colin Waltersgnomeos: Refactor build so we can have separate runtime...
2011-11-17 Colin Walterscore: Fix pull to actually download files too
2011-11-17 Colin Walterscore: Should write remote refs in refs/<remote>/<branch>
2011-11-17 Colin Walterscore: Allow resolving e.g. "origin/master" as a rev
2011-11-17 Colin Walterscore: Validate file names read from directory variants
2011-11-17 Colin Walterscore: diff: Correctly handle files changing type
2011-11-17 Colin Walterstests: Fix number of tests
2011-11-17 Colin Walterscore: Flesh out diff a bit more
2011-11-17 Colin Walterscore: Fix a minor memory leak
2011-11-17 Colin Waltersgnomeos: Some tweaks to image content
2011-11-16 Colin Walterscore: Implement diff command
2011-11-16 Colin Waltersgnomeos: Mounts work, far fewer boot errors
2011-11-15 Colin Waltersgnomeos: Import copy of initscripts from Poky edison...
2011-11-15 Colin Waltersgnomeos: sysvinit actually runs inside the chroot
2011-11-15 Colin Walterscore: Add --print-packfile argument for show
2011-11-15 Colin Walterscore: We actually want rdev, not dev for devices
2011-11-15 Colin Walterscore: Actually delete old libostree
2011-11-15 Colin Waltersgnomeos: Starting to get something bootable with yocto
2011-11-14 Colin Waltersbuild: Move sources into src/ again
2011-11-14 Colin Walterscore: Another GLib 2.30 build fix
2011-11-14 Colin Walterscore: Fix build with glib 2.30
2011-11-14 Colin Walterspull: Fix iteration over directories
2011-11-14 Colin Walterscore: Fix uninitialized variable
2011-11-14 Colin Walterscore: Support being built without libsoup-gnome
2011-11-13 Colin Waltersgnomeos: Some yocto work
2011-11-13 Colin Waltersgnomeos: Initial work on switching to Yocto
2011-11-12 Colin WaltersMove debian based bits to debian/ subdirectory
2011-11-11 Colin WaltersSwitch to using explicit WARN_CFLAGS
2011-11-11 Colin Waltersosbuild: Version built artifacts
2011-11-11 Colin Waltersosbuild: Add some prototype python scripts
2011-11-10 Colin WaltersREADME: Link to schroot and git-annex
2011-11-10 Colin WaltersSwitch to LGPLv2+ for most code
2011-11-10 Colin WaltersRename parallel-debian/ to gnomeos/
2011-11-10 Colin Waltersparallel-debian: Ensure we're not running make-base...
2011-11-10 Colin Waltersparallel-debian: Support being run as non-root
2011-11-10 Colin Waltersparallel-debian: Remove accidentally committed file
2011-11-10 Colin WaltersREADME.md: Link to IPS
2011-11-10 Colin Walterscore: Stub out a diff API and builtin
2011-11-10 Colin Waltersparallel-debian: Exclude plymouth
2011-11-10 Colin Waltersparallel: Ensure we have some crucial subdirectories...
2011-11-09 Colin Waltersparallel-debian: Remove hack to remove FIFO
2011-11-09 Colin Walterscore: Support named pipes
2011-11-09 Colin Walterscore: Actually return an error from fsck
2011-11-09 Colin WaltersREADME: Make package discussion more useful
2011-11-09 Colin Waltersparallel-debian: Update to latest
2011-11-09 Colin Walterscore: Add ot_util_variant_take_ref for older GLib versions
2011-11-09 Colin Walterscore: Add internal GFile implementation for reading...
2011-11-09 Colin Walterscore: Squash a memory leak while reading gvariants
2011-11-09 Colin Walterstests: Add OT_TEST_DEBUG environment variable
2011-11-09 Colin Walterscore: Add public API to get the path for an object
2011-11-09 Colin Walterscore: Add API for just effectively stat()ing packed...
2011-11-09 Colin Walterscore: Remove old commit API
2011-11-09 Colin Walterscore: Remove old wrapper functions in import path
2011-11-09 Colin Walterscore: Use temp dir when creating GVariant metadata
2011-11-09 Colin Waltersotutil: Add some more GIO helpers
2011-11-08 Colin Waltersinit: Add new explicit temporary directory
2011-11-08 Colin Walterscommit: Drop the ability to --add --remove
2011-11-07 Colin Walterscore: Silence gcc -Wall compiler warnings
2011-11-07 Colin Walterscore: Store filenames in sorted order
2011-11-06 Colin Walterscore: Add missing null terminator in option parsing
2011-11-06 Colin Walterscore: Unify queryinfo flags such that we just use stat...
2011-11-06 Colin WaltersTODO: Update a bit
2011-11-06 Colin Waltersparallel-debian: Port to latest ostree
2011-11-06 Colin Walterscore: Misc bugfixes for commit
2011-11-04 Colin WaltersReorder compose and pull tests
2011-11-04 Colin Walterstests: A few more compose tests
2011-11-04 Colin Walterscore: Make compose commits contain metadata about their...
next